home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2 - Developers' Solutions / Delphi 2 Developers' Solutions.iso / dds / chap04 / howto04 / delphi10 / dddfunit.dfm / dddfunit.txt
Encoding:
Text File  |  1995-10-12  |  1.6 KB  |  88 lines

  1. object DestDDForm: TDestDDForm
  2.   Left = 113
  3.   Top = 136
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Select Destination Drive and Directory'
  7.   ClientHeight = 273
  8.   ClientWidth = 427
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   TextHeight = 16
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 86
  20.     Width = 427
  21.     Height = 187
  22.     BevelInner = bvLowered
  23.     BevelWidth = 3
  24.     BorderWidth = 10
  25.     TabOrder = 0
  26.     object DirectoryListBox1: TDirectoryListBox
  27.       Left = 16
  28.       Top = 16
  29.       Width = 395
  30.       Height = 155
  31.       Align = alClient
  32.       ItemHeight = 16
  33.       TabOrder = 0
  34.       OnChange = DirectoryListBox1Change
  35.     end
  36.   end
  37.   object Panel2: TPanel
  38.     Left = 0
  39.     Top = 0
  40.     Width = 185
  41.     Height = 56
  42.     BevelInner = bvLowered
  43.     BevelWidth = 3
  44.     BorderWidth = 10
  45.     TabOrder = 1
  46.     object DriveComboBox1: TDriveComboBox
  47.       Left = 16
  48.       Top = 16
  49.       Width = 153
  50.       Height = 22
  51.       TabOrder = 0
  52.     end
  53.   end
  54.   object BitBtn1: TBitBtn
  55.     Left = 184
  56.     Top = 0
  57.     Width = 121
  58.     Height = 55
  59.     TabOrder = 2
  60.     Kind = bkOK
  61.   end
  62.   object BitBtn2: TBitBtn
  63.     Left = 304
  64.     Top = 0
  65.     Width = 123
  66.     Height = 55
  67.     TabOrder = 3
  68.     Kind = bkCancel
  69.   end
  70.   object Panel3: TPanel
  71.     Left = 0
  72.     Top = 56
  73.     Width = 429
  74.     Height = 30
  75.     BevelInner = bvLowered
  76.     BevelWidth = 3
  77.     TabOrder = 4
  78.     object Label1: TLabel
  79.       Left = 6
  80.       Top = 6
  81.       Width = 417
  82.       Height = 18
  83.       Align = alClient
  84.       Alignment = taCenter
  85.     end
  86.   end
  87. end
  88.